SftTree/OCX 7.0

SftTreeFooters.GrayedColor Property

Softel vdm, Inc.

Defines the text color used to draw all disabled column footers.

Syntax       

Get

VB.NET

Clr = object.GrayedColor  As UIntegerLanguage-specific information

VB

Clr = object.GrayedColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.GrayedColor;

VC++

OLE_COLOR Clr = object->GrayedColor;
OLE_COLOR Clr = object->GetGrayedColor();

C

HRESULT object->get_GrayedColor(OLE_COLOR* Clr);

Delphi

Clr := object.GrayedColor  : Cardinal;

Put

VB.NET

object.GrayedColor = Clr  As UIntegerLanguage-specific information

VB

object.GrayedColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.GrayedColor = Clr;

VC++

OLE_COLOR object->GrayedColor = Clr;
void object->PutGrayedColor(OLE_COLOR Clr);

C

HRESULT object->put_GrayedColor(OLE_COLOR Clr);

Delphi

object.GrayedColor := Clr  : Cardinal;

object

A SftTreeFooters object.

Clr

Defines the text color used to draw all disabled column footers. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The GrayedColor property defines the text color used to draw all disabled column footers.

The Footer.Enabled property is used to enable and disable individual column footers.

All column footers use the same grayed text color and cannot be defined individually.

This property has no effect if Windows themes are used.

See Also  SftTreeFooters Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com